home *** CD-ROM | disk | FTP | other *** search
/ 3D Violence 2 / 3D Violence 2.iso / extra / tutorial / lights.txt < prev    next >
Text File  |  1996-06-02  |  2KB  |  35 lines

  1. =====================================================================
  2.                  *** Tempest's BUILD Tutorial ***
  3.                  Lesson 11 : Making light switches
  4. =====================================================================
  5. Purpose:
  6.    A Tutorial on making light switches in Duke Nukem 3D using Build.
  7.  
  8. Step 1:
  9.    Put a switch sprite on a wall (point at wall and press S, press
  10.    V twice to browse through all the textures).
  11.  
  12. Step 2:
  13.    Point at a wall, floor or texture, and press Alt and keypad minus
  14.    to make the sector darker. The light switch does not have to be
  15.    in this sector at all.
  16.  
  17. Step 3: 
  18.    Put a sector effector (sprite #1) on the floor, point at it and
  19.    press Alt and keypad plus to make it brighter. The brightness of
  20.    the sector is the brightness of that sector in the game when the
  21.    lightswitch is off. The brightness of the sector effector is
  22.    equal to the brightness of the sector in the game when the light-
  23.    switch is on. 
  24.    Now make sure the lo-tag value of the lightswitch (Alt-T) is the
  25.    same as the hi-tag value of the sector effector (Alt-H). Give
  26.    the sector effector a lo-tag value of 12. You can light up multiple
  27.    sectors with one lightswitch by adding a sector effector with
  28.    the same values in all the sectors.  
  29.    Uhm..well, that was easy, wasn't it?
  30.  
  31. =====================================================================
  32.  Cho Yan Wong (aka Tempest)
  33.  pwong@pobox.leidenuniv.nl
  34.  http://www.wi.leidenuniv.nl/~cwong/myindex.html 
  35. =====================================================================